Package com.cisco.pt.ipc.events
Class Pop3ClientEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.Pop3ClientEventRegistry
An event for the IPC's Pop3ClientEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<Pop3ClientEventListener>protected Map<String,Set<Pop3ClientEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(Pop3ClientEventListener listener) voidaddListener(Pop3ClientEventListener listener, Pop3Client objClass) voidaddListenerFiltered(Pop3ClientEventListener listener, List<String> events) voidaddSpecificListenerFiltered(Pop3ClientEventListener listener, Pop3Client objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(Pop3ClientEventListener listener) voidremoveListener(Pop3ClientEventListener listener, Pop3Client objClass) voidremoveListenerFiltered(Pop3ClientEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(Pop3ClientEventListener listener, Pop3Client objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
Pop3ClientEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(Pop3ClientEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(Pop3ClientEventListener listener, Pop3Client objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(Pop3ClientEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(Pop3ClientEventListener listener, Pop3Client objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(Pop3ClientEventListener listener, Pop3Client objClass) throws IOException - Throws:
IOException
-